//Add Client Script to play the video in non-IE browser
AddPlayerScript();
}
}
//Set the user message telling them what to do
streamMessage.Text = "Server is now streaming video. Press Play to begin video. WHEN DONE....Click button to stop the Server Stream.";
}
//Setup the page for external player usage
else
{
//Turn off the control table since it is not needed
controlTable.Visible = false;
//Turn on the row of buttons for External Player Launch and Kill Server Process
buttonTable.Rows[0].Visible = true;
//Turn off the row that only contains the Kill Server Process button
buttonTable.Rows[1].Visible = false;
//Set the user message telling them what to do
streamMessage.Text = "Server is now streaming video. Launch external player to view stream. WHEN DONE....Click button to stop the Server Stream.";
}
if (VLC.strmPlayer == "dnld")
{
span3.InnerHtml = "Begin Download";
if (vlcProfile == 1)
{
streamMessage.Text = "Server is now streaming video. Launch download to save the streaming video. WHEN DONE....Click button to stop the Server Stream.";
}
else
{
streamMessage.Text = "Server is now streaming audio. Launch download to save the streaming audio. WHEN DONE....Click button to stop the Server Stream.";